is it poss to make apache 2.0.59 listen to two 443 ports?

is it poss to make apache 2.0.59 listen to two 443 ports?

am 11.11.2009 18:01:29 von khalid touati

--005045018102c7354304781b6048
Content-Type: text/plain; charset=ISO-8859-1

Hi Guys,
my httpd server contains (it's an apache 2.0.59 on gentoo):
httpd.conf+ separate file for Virtual hosts+ separate file for ssl VH
on the ssl config file there is one website running as follows:


.....


is it possible to deploy another website (with of course another ssl
certificate) like this????????:

.....


thank you guys for any help!

--005045018102c7354304781b6048
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Guys,

my httpd server contains (it's an apache 2.0.59 on gentoo):

httpd.conf+ separate file for=A0Virtual hosts+ separate file for ssl V=
H

on the ssl config file there is one website running as follows:

=A0

<VirtualHost _default_:443>
....

</VirtualHost>

=A0

is it possible to=A0deploy another website (with of course another ssl=
certificate) like this????????:

<VirtualHost *:443>

....

</VirtualHost>


thank you guys for any help!


--005045018102c7354304781b6048--

RE: is it poss to make apache 2.0.59 listen to two443 ports?

am 12.11.2009 09:00:38 von Emmanuel Bailleul

>De=A0: khalid touati [mailto:khalidtouati@gmail.com]=20
>Envoyé : mercredi 11 novembre 2009 18:01
>À : users@httpd.apache.org
>Objet=A0: [users@httpd] is it poss to make apache 2.0.59 listen to two 443=
ports?
>
>Hi Guys,
>my httpd server contains (it's an apache 2.0.59 on gentoo):
>httpd.conf+ separate file for=A0Virtual hosts+ separate file for ssl VH
>on the ssl config file there is one website running as follows:
>=A0
>
>....
>

>=A0
>is it possible to=A0deploy another website (with of course another ssl cer=
tificate) like >this????????:
>
>....
>

>
>thank you guys for any help!

Hi,

With this Apache version, this would be possible but if you use the same IP=
address then you would get certificate mismatch alerts.
If you use different IP for each "SSL Vhost" then it would work as expected=
(as far as I really understood your need ...).
If you want to be able to do the same but with the same IP address then you=
will have to upgrade to at least 2.2.12 (2.2.14 recommended) and refer to =
the official documentation to setup your config, in particular :
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

Regards.

Emmanuel

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: is it poss to make apache 2.0.59 listen to two 443

am 12.11.2009 17:59:34 von khalid touati

--00504501416dc37afe04782f779f
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

thank you very much Emmanuel! that helped understanding what i got!

2009/11/12 Emmanuel Bailleul

> >De : khalid touati [mailto:khalidtouati@gmail.com]
> >Envoy=E9 : mercredi 11 novembre 2009 18:01
> >=C0 : users@httpd.apache.org
> >Objet : [users@httpd] is it poss to make apache 2.0.59 listen to two 443
> ports?
> >
> >Hi Guys,
> >my httpd server contains (it's an apache 2.0.59 on gentoo):
> >httpd.conf+ separate file for Virtual hosts+ separate file for ssl VH
> >on the ssl config file there is one website running as follows:
> >
> >
> >....
> >

> >
> >is it possible to deploy another website (with of course another ssl
> certificate) like >this????????:
> >
> >....
> >

> >
> >thank you guys for any help!
>
> Hi,
>
> With this Apache version, this would be possible but if you use the same =
IP
> address then you would get certificate mismatch alerts.
> If you use different IP for each "SSL Vhost" then it would work as expect=
ed
> (as far as I really understood your need ...).
> If you want to be able to do the same but with the same IP address then y=
ou
> will have to upgrade to at least 2.2.12 (2.2.14 recommended) and refer to
> the official documentation to setup your config, in particular :
> http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
>
> Regards.
>
> Emmanuel
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


--=20
Abdullah

--00504501416dc37afe04782f779f
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

thank you very much Emmanuel! that helped understanding what i got!


2009/11/12 Emmanuel Bailleul &=
lt;Emmanuel.Bailleul@telin=
dus.fr
>


; PADDING-LEFT: 1ex" class=3D"gmail_quote">>De=A0: khalid touati [mailto=
:]
&=
gt;Envoyé : mercredi 11 novembre 2009 18:01

>À : users@httpd.apache.or=
g

>Objet=A0: [users@httpd] is it poss to make apache 2.0.59 liste=
n to two 443 ports?



>
>Hi Guys,
>my httpd server contains (it&=
#39;s an apache 2.0.59 on gentoo):
>httpd.conf+ separate file for=A0V=
irtual hosts+ separate file for ssl VH
>on the ssl config file there =
is one website running as follows:

>=A0
><VirtualHost _default_:443>
>....
></Vi=
rtualHost>
>=A0
>is it possible to=A0deploy another website =
(with of course another ssl certificate) like >this????????:
><=
VirtualHost *:443>

>....
></VirtualHost>
>
>thank you guys for any =
help!

Hi,

With this Apache version, this would be=
possible but if you use the same IP address then you would get certificate=
mismatch alerts.

If you use different IP for each "SSL Vhost" then it would work a=
s expected (as far as I really understood your need ...).
If you want to=
be able to do the same but with the same IP address then you will have to =
upgrade to at least 2.2.12 (2.2.14 recommended) and refer to the official d=
ocumentation to setup your config, in particular :

=3D"_blank">http://wiki.apache.org/httpd/NameBasedSSLVHostsW ithSNI
<=
br>Regards.

Emmanuel

----------------------------------------=
-----------------------------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>See <URL: "_blank">http://httpd.apache.org/userslist.html> for more info.
T=
o unsubscribe, e-mail: ">users-unsubscribe@httpd.apache.org

=A0 " =A0 from the digest: httpd.apache.org">users-digest-unsubscribe@httpd.apache.org
For addi=
tional commands, e-mail: use=
rs-help@httpd.apache.org






--
Abdullah


--00504501416dc37afe04782f779f--